home *** CD-ROM | disk | FTP | other *** search
- #include <portab.h>
-
- #include <stdio.h>
-
- #include "general.h"
-
-
- ADDRESS curaddr;
- BYTE hubphone[40];
-
- UWORD curreg,
- lastreg,
- curhub,
- onlyzone;
-
- DOMAINSPEC *domains;
- ADDLIST *addlists;
- POINTLIST *pointlists;
-
- WORD active_nodes,
- down_nodes,
- private_nodes,
- zones,
- regions;
-
- BOOLEAN oz_compiled,
- az_compiled,
- ap_compiled,
- az_displayed,
- ap_displayed,
-
- doing_addlist,
- points24,
-
- /* Modified -------------------- */
- ADDLIST4D,
- write_logfile,
- /*------------------------------ */
-
- userlist,
- display,
- statistics,
-
- c_format = FALSE;
-
- FILE *fidouser_lst;
-
- BYTE *userlist_name = "FIDOUSER.LST";
-
- /* Modified -------------------- */
-
- BYTE logname[40];
-
- /*------------------------------ */
-